home *** CD-ROM | disk | FTP | other *** search
/ Aircraft Imagery / Aircraft Imagery.iso / autorun / unit1.dfm / unit1.txt < prev   
Text File  |  1996-03-13  |  414b  |  23 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   WindowState = wsMinimized
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Timer1: TTimer
  17.     Interval = 2000
  18.     OnTimer = Timer1Timer
  19.     Left = 199
  20.     Top = 122
  21.   end
  22. end
  23.